home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 58517 / 58517.xpi / install.rdf < prev    next >
Extensible Markup Language  |  2010-02-07  |  1KB  |  24 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  3.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.     <Description about="urn:mozilla:install-manifest">
  5.         <em:id>expandurl@voizle.com</em:id>
  6.         <em:name>Expand Short Url</em:name>
  7.         <em:version>1.2</em:version>
  8.         <em:description>Know Redirecting url behind every short url. This extension will help in expanding short Urls.</em:description>
  9.         <em:creator>Love Sharma <love.sharma.87@gmail.com></em:creator>
  10.         <em:homepageURL>http://www.voizle.com/</em:homepageURL>
  11.         <em:type>2</em:type> <!-- type=extension --> 
  12.         <em:iconURL>chrome://vexpand/content/vex.png</em:iconURL>
  13.  
  14.         <em:targetApplication>
  15.            <!-- Firefox -->
  16.            <Description>
  17.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  18.                 <em:minVersion>1.5</em:minVersion>
  19.                 <em:maxVersion>3.6.*</em:maxVersion>
  20.            </Description>
  21.         </em:targetApplication>
  22.     </Description>
  23. </RDF>
  24.